
***************************************************************************

	              ******************************

	              <<<<<<   FLIB  DEMOS    >>>>>>

  	              ******************************

		      <<<<< by Franois LEIBER >>>>>

***************************************************************************


I've also written in a few minutes in the subway several examples to show 
what flib can be used for.


***************************************************************************

Grayex() is a demonstration of Flib's grayscales. It requires pic0, pic1, 
pic2 and pic3 to run.

***************************************************************************

FlPass() is a little classic, who shows quickly a few main functions of
flib : the password program.
IMPORTANT : the password is 'flib' (without the ', of course), don't forget
it or you'll have to reset you calculator (you could sometimes stop the 
program in the previous versions, but not in this one with the improved 
'breakoff').
You can modify the password by changing the list 'code' at the beginning of
the program (see the TI manual to find the codes corresponding to the 
different keys).

***************************************************************************

Memory() is a little program to train you memory : after having showed the
high-scores (done with the Flib functions), it disps 13 numbers in a row.
You must then enter all those that you remember, then look the answers and
enter your name if you did a new high-score (without cheating of course...)

***************************************************************************

FlKomp() is a simple interface to compress/decompress the variables on your
calc, using Flib's function 'komp'.

***************************************************************************

FLowkey() is, as its name shows, a program to test the function 'keylow' :
you can see the string returned by the function when you hold down one or 
more of the arrow keys, or 2nd, Shift, Diamond or Alpha.
Just press ESC to quit the program (which shows, by the way, that getkey()
is not disturbed by the call of 'keylow').

***************************************************************************

Menu() is mainly a demonstration of the 'menu' function, but it's going
to be an online help for all the functions syntax soon.

***************************************************************************

Crazy() and Crazy2() are funny little graphic demos, press 2nd to quit.
